projects
/
gpsbabel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eddd0b3
)
Don't use C99/C++ comments.
author
robertl
<robertl>
Thu, 22 May 2003 21:50:56 +0000
(21:50 +0000)
committer
robertl
<robertl>
Thu, 22 May 2003 21:50:56 +0000
(21:50 +0000)
easygps.c
patch
|
blob
|
history
util.c
patch
|
blob
|
history
diff --git
a/easygps.c
b/easygps.c
index 214f559680756fdb312033bb056e560c839b4ad2..c9d5ad333084ec475dd248d5fe1d295ec02b4904 100644
(file)
--- a/
easygps.c
+++ b/
easygps.c
@@
-31,7
+31,7
@@
static char *deficon = "Waypoint";
static
arglist_t easygps_args[] = {
-/
/ {"deficon", &deficon, "Default icon name"},
+/
* {"deficon", &deficon, "Default icon name"}, */
{0, 0, 0}
};
diff --git
a/util.c
b/util.c
index d38139105d7501df83f5b269810cbe6595fc675f..5013cae3b91a7eaa703640287f88f3824e2789c3 100644
(file)
--- a/
util.c
+++ b/
util.c
@@
-460,7
+460,7
@@
pdb_write_double(void* ptr, double d)
return;
}
-/
/ Magellan and PCX formats use this DDMM.mm format
+/
* Magellan and PCX formats use this DDMM.mm format */
double ddmm2degrees(double pcx_val) {
double minutes;
signed int deg;